#include <BustaGraphicsSprites.h>
Public Member Functions | |
BustaGraphicsSprites () | |
Loads all the sprites in the game. | |
SDL_Surface * | getFoodSprite (BustaModelFoodPiece *food_piece) |
Returns the propper sprite for a food piece. | |
SDL_Surface * | getBMPFont () |
Returns a bitmap font used by Sfont. | |
SDL_Surface * | getChefSprites (ANIM_CHEF_TYPES anim_type, int frame) |
Returns the right chef sprite. | |
SDL_Surface * | getCustomerSprites (ANIM_CUSTOMER_STATES anim_type, int frame) |
Returns the right chef sprite. | |
SDL_Surface * | getCursorSprites () |
returns a sprite for the cursor | |
SDL_Surface * | getSwapCursorSprites () |
returns a sprite for the swap cursor | |
SDL_Surface * | getTipJarSprite (int percent_full) |
returns a sprite of the tip jar based on the percent fullness |
|
Returns a bitmap font used by Sfont.
|
|
Returns the right chef sprite.
|
|
returns a sprite for the cursor
|
|
Returns the right chef sprite.
|
|
Returns the propper sprite for a food piece.
|
|
returns a sprite for the swap cursor
|
|
returns a sprite of the tip jar based on the percent fullness
|